home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / bibclean / ibmpc / ibmtest.bat < prev    next >
DOS Batch File  |  1995-04-18  |  4KB  |  100 lines

  1. echo off
  2. break on
  3. REM =====================================================================
  4. REM  Test bibclean on IBM PC DOS.
  5. REM  The funny backspace in echo commands is just to get a blank
  6. REM  line, rather than the current echo status.
  7. REM  [20-Nov-1992]
  8. REM =====================================================================
  9.  
  10. echo ================== begin BibTeX test 1 ===================
  11. echo bibclean -no-read -init bibclean.ini -err testbib1.err  testbib1.org
  12. bibclean -no-read -init bibclean.ini -err testbib1.err  testbib1.org >testbib1.bib
  13. echo 
  14. echo There should be no differences found:
  15. echo diff testbib1.bok testbib1.bib
  16. diff testbib1.bok testbib1.bib
  17. echo 
  18. echo There should be no differences found:
  19. echo diff testbib1.eok testbib1.err
  20. diff testbib1.eok testbib1.err
  21. echo =================== end BibTeX test 1 ====================
  22.  
  23. echo ================== begin BibTeX test 2 ===================
  24. echo bibclean -no-read -init bibclean.ini -no-check-values -err testbib2.err testbib2.org 
  25. bibclean -no-read -init bibclean.ini -no-check-values -err testbib2.err testbib2.org >testbib2.bib
  26. echo 
  27. echo There should be no differences found:
  28. echo diff testbib2.bok testbib2.bib
  29. diff testbib2.bok testbib2.bib
  30. echo 
  31. echo There should be no differences found:
  32. echo diff testbib2.eok testbib2.err
  33. diff testbib2.eok testbib2.err
  34. echo =================== end BibTeX test 2 ====================
  35.  
  36. echo ================== begin BibTeX test 3 ===================
  37. echo bibclean -no-read -init bibclean.ini -err testisxn.err testisxn.org
  38. bibclean -no-read -init bibclean.ini -err testisxn.err testisxn.org >testisxn.bib
  39. echo 
  40. echo There should be no differences found:
  41. echo diff testisxn.bok testisxn.bib
  42. diff testisxn.bok testisxn.bib
  43. echo 
  44. echo There should be no differences found:
  45. echo diff testisxn.eok testisxn.err
  46. diff testisxn.eok testisxn.err
  47. echo =================== end BibTeX test 3 ===================
  48.  
  49. echo ================== begin Scribe test 1 ===================
  50. echo bibclean -no-read -init bibclean.ini -err testscr1.err -scribe -no-check testscr1.org
  51. bibclean -no-read -init bibclean.ini -err testscr1.err -scribe -no-check testscr1.org >testscr1.bib
  52. echo 
  53. echo There should be no differences found:
  54. echo diff testscr1.bok testscr1.bib
  55. diff testscr1.bok testscr1.bib
  56. echo 
  57. echo There should be no differences found:
  58. echo diff testscr1.eok testscr1.err
  59. diff testscr1.eok testscr1.err
  60. echo =================== end Scribe test 1 ====================
  61.  
  62. echo ================== begin Scribe test 2 ===================
  63. echo bibclean -no-read -init bibclean.ini -err testscr2.err -scribe -no-check testscr2.org
  64. bibclean -no-read -init bibclean.ini -err testscr2.err -scribe -no-check testscr2.org >testscr2.bib
  65. echo 
  66. echo There should be no differences found:
  67. echo diff testscr2.bok testscr2.bib
  68. diff testscr2.bok testscr2.bib
  69. echo 
  70. echo There should be no differences found:
  71. echo diff testscr2.eok testscr2.err
  72. diff testscr2.eok testscr2.err
  73. echo =================== end Scribe test 2 ====================
  74.  
  75. echo ================== begin Scribe test 2a===================
  76. echo bibclean -no-read -init bibclean.ini -err testscr2.err -scribe -file-pos -no-check -no-par testscr2.org
  77. bibclean -no-read -init bibclean.ini -err testscr2.err -scribe -file-pos -no-check -no-par testscr2.org >testscr2.bi2
  78. echo 
  79. echo There should be no differences found:
  80. echo diff testscr2.bo2 testscr2.bi2
  81. diff testscr2.bo2 testscr2.bi2
  82. echo 
  83. echo There should be no differences found:
  84. echo diff testscr2.eo2 testscr2.er2
  85. diff testscr2.eo2 testscr2.er2
  86. echo =================== end Scribe test 2a====================
  87.  
  88. echo ================== begin Scribe test 3 ===================
  89. echo bibclean -no-read -init bibclean.ini -err testscr3.err -scribe -no-check testscr3.org
  90. bibclean -no-read -init bibclean.ini -err testscr3.err -scribe -no-check testscr3.org >testscr3.bib
  91. echo 
  92. echo There should be no differences found:
  93. echo diff testscr3.bok testscr3.bib
  94. diff testscr3.bok testscr3.bib
  95. echo 
  96. echo There should be no differences found:
  97. echo diff testscr3.eok testscr3.err
  98. diff testscr3.eok testscr3.err
  99. echo =================== end Scribe test 3 ====================
  100.